diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-11 12:27:47 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-11 12:27:47 +0200 |
commit | 3582c0812a82986ddd6959c28db520dc376e39e0 (patch) | |
tree | f020f0adee6e6c2e245cd7cd5dac599f59c45ce4 /cmake | |
parent | 61f18b3aac9acf83f06163e37461eea5d915523b (diff) | |
download | egawk-3582c0812a82986ddd6959c28db520dc376e39e0.tar.gz egawk-3582c0812a82986ddd6959c28db520dc376e39e0.tar.bz2 egawk-3582c0812a82986ddd6959c28db520dc376e39e0.zip |
Test case SHLIB.filefuncs needs the gawk exe in source directory.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/README.txt b/cmake/README.txt index 451f2a6c..b291d1be 100644 --- a/cmake/README.txt +++ b/cmake/README.txt @@ -88,8 +88,8 @@ See http://cmake.org/Wiki/CMake/Testing_With_CTest#Simple_Testing make make test # run all test cases ctest -N # list all test cases but don't run them - ctest -R BASIC # run all test case belonging to group BASIC - ctest -R MPFR # run all test case belonging to group MPFR + ctest -R BASIC # run all test cases belonging to group BASIC + ctest -R MPFR # run all test cases belonging to group MPFR ctest -E SHLIB.filefunc # run all tests, except the SHLIB.filefunc test case Remember that running test cases is possible only after a native build. |