diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 08:00:34 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 08:00:34 -0400 |
| commit | da336304d5bb0b8efe0f1c2afdc59c46c6a9d2a6 (patch) | |
| tree | 1712d75759d624ee660845b3895003e24c5e5406 /tests/test-simple-extract.sh | |
| parent | 5ca2e63ea66095fbe64cdc441f6eec663fb28bd4 (diff) | |
Debug API and tests, add test
Diffstat (limited to 'tests/test-simple-extract.sh')
| -rw-r--r-- | tests/test-simple-extract.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-simple-extract.sh b/tests/test-simple-extract.sh new file mode 100644 index 0000000..61e2844 --- /dev/null +++ b/tests/test-simple-extract.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +source "${wai}/include.sh" + +##### Test extract on a config file +$exec extract ${data}/config + |
