diff options
Diffstat (limited to 'tests/other_operations.cmake')
| -rwxr-xr-x | tests/other_operations.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/other_operations.cmake b/tests/other_operations.cmake new file mode 100755 index 0000000..6c47577 --- /dev/null +++ b/tests/other_operations.cmake @@ -0,0 +1,5 @@ +include (${TestFunctions}) + +set (TestArgs "${TestArgs} ${TestConfigOptions}") + +exec_test ("${TestArgs}" ${TestExitCode}) |
