diff options
author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-05-03 15:14:53 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:16:57 -0700 |
commit | 1a9bcd8ff623a0b96cb034df711e4b02bfab8c6e (patch) | |
tree | bb3085d39b10c5ca759466675f7c648cafd6fc4d /CMakeLists.txt | |
parent | 97c10d0a80665562cd4980fa9a8b4e5a52750f3a (diff) |
tests -> utests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a7548d26..d70be5cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,5 +98,5 @@ ENDIF(GBE_FOUND) # the run-time itself ADD_SUBDIRECTORY(src) -ADD_SUBDIRECTORY(tests) +ADD_SUBDIRECTORY(utests) |