diff --git a/test/.DS_Store b/test/.DS_Store deleted file mode 100644 index 8ade767e..00000000 Binary files a/test/.DS_Store and /dev/null differ diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ef6c2877..2d216c89 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,8 +4,8 @@ function(glmCreateTestGTC NAME) add_executable(${SAMPLE_NAME} ${NAME}.cpp) add_test( - NAME ${SAMPLE_NAME} - COMMAND $ ) + NAME ${SAMPLE_NAME} + COMMAND $ ) endif(GLM_TEST_ENABLE) endfunction()