aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 87a7f7c..55fe2d4 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -18,6 +18,16 @@ m4_version_prereq([2.52g])
m4_define([AT_SKIP_TEST],[exit 77])
+dnl ECLAT_TEST_FORMAT DESCR KW FILE INPUT OUTPUT STDERR
+dnl $1 $2 $3 $4 $5 $6
+m4_define([ECLAT_TEST_FORMAT],[
+AT_SETUP([$1])
+AT_KEYWORDS([format dflfmt $2])
+AT_DATA([result],[$4])
+AT_CHECK([tforlan $[]abs_top_srcdir/etc/$3 result|trws],[0],[$5],[$6])
+AT_CLEANUP
+])
+
AT_INIT
AT_BANNER([HMAC-SHA1])
m4_include(hmac01.at)
@@ -42,4 +52,11 @@ m4_include([let.at])
m4_include([listall.at])
m4_include([tagshairy.at])
+AT_BANNER([Default formats])
+m4_include([describe-instance-status.at])
+m4_include([describe-instances.at])
+m4_include([describe-tags.at])
+m4_include([start-instances.at])
+m4_include([stop-instances.at])
+
# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.