diff options
Diffstat (limited to 'test/integrations/simple_using/test.sh')
-rwxr-xr-x | test/integrations/simple_using/test.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integrations/simple_using/test.sh b/test/integrations/simple_using/test.sh new file mode 100755 index 0000000..4195162 --- /dev/null +++ b/test/integrations/simple_using/test.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +source "$(git rev-parse --show-toplevel)/test/integrations/common.sh" + +stack run -- -Lnull using.fdl --import . + +finish |