diff options
author | Benjamin Segovia <devnull@localhost> | 2012-05-01 20:08:30 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:16:51 -0700 |
commit | c03ae6f17dd6cea26ea4236f09db4adbf9d891e2 (patch) | |
tree | 7210fb34d539e7caa5386b18d50a5fbd5c9d1ada /CMakeLists.txt | |
parent | 14645bd00815620fd5695a09a2d54bf9699d2dbc (diff) |
Moved tests in a separate directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6d9fee0..73de2a2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,4 +98,5 @@ ENDIF(GBE_FOUND) # the run-time itself ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(tests) |