aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index cb7f1a5..144019e 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,4 +1,4 @@
1# This file is part of grecs - Gray's Extensible Configuration System -*- Autotest -*- 1# This file is part of argot - Gray's Extensible Configuration System -*- Autotest -*-
2# Copyright (C) 2007-2016 Sergey Poznyakoff 2# Copyright (C) 2007-2016 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs is free software; you can redistribute it and/or modify
@@ -37,15 +37,15 @@ m4_define([EX_CONFIG], 78) dnl configuration error
37 37
38m4_define([AT_SKIP_TEST],[exit 77]) 38m4_define([AT_SKIP_TEST],[exit 77])
39 39
40dnl GRECS_TEST([config],[cmd],[status],[stdout],[stderr]) 40dnl ARGOT_TEST([config],[cmd],[status],[stdout],[stderr])
41m4_define([GRECS_TEST],[ 41m4_define([ARGOT_TEST],[
42AT_DATA([test.cf],[$1]) 42AT_DATA([test.cf],[$1])
43AT_CHECK([$2 ./test.cf],m4_shift(m4_shift($@)))]) 43AT_CHECK([$2 ./test.cf],m4_shift(m4_shift($@)))])
44 44
45dnl # Begin tests 45dnl # Begin tests
46 46
47AT_INIT 47AT_INIT
48m4_if(GRECS_DISTCK_AT,,,[m4_include(GRECS_DISTCK_AT)]) 48m4_if(ARGOT_DISTCK_AT,,,[m4_include(ARGOT_DISTCK_AT)])
49 49
50m4_include([wordsplit.at]) 50m4_include([wordsplit.at])
51 51
@@ -120,7 +120,7 @@ m4_include([join.at])
120m4_include([cfhelp.at]) 120m4_include([cfhelp.at])
121m4_include([set.at]) 121m4_include([set.at])
122m4_include([vercmp.at]) 122m4_include([vercmp.at])
123m4_include([grecs00.at]) 123m4_include([argot00.at])
124m4_include([empty.at]) 124m4_include([empty.at])
125 125
126AT_BANNER([Locations]) 126AT_BANNER([Locations])

Return to:

Send suggestions and report system problems to the System administrator.