root/lang/cplusplus/i3/tests/testsuite.at @ 20033

Revision 20033, 386 bytes (checked in by saturday06, 5 years ago)

すりかえておいたのさ!

Line 
1
2AT_INIT([default])
3
4AT_SETUP ([mol_test])
5
6cd $abs_top_builddir
7
8AT_CHECK([make mol_test_exe], [0], [ignore], [ignore])
9AT_CHECK([./mol_test], [ignore], [ignore], [
10*** No errors detected
11])
12
13AT_CLEANUP
14
15AT_SETUP ([i3_test])
16
17cd $abs_top_builddir
18
19AT_CHECK([make i3_test_exe], [0], [ignore], [ignore])
20AT_CHECK([./i3_test], [ignore], [ignore], [
21*** No errors detected
22])
23
24AT_CLEANUP
25
Note: See TracBrowser for help on using the browser.