Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Lorente committed Nov 7, 2016
1 parent 8dc207f commit 0c84c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

set(SOURCE_FILES
src/tests.cpp src/Literal_test.cpp src/ExpArithmetic_test.cpp src/ArithmeticOperation_test.cpp
src/ComparisonOperation_test.cpp src/ExpBoolean.cpp src/ExpConditional_test.cpp)
src/ComparisonOperation_test.cpp src/ExpBoolean_test.cpp src/ExpConditional_test.cpp)

include_directories(include)
include_directories(../interpreter/src)

add_executable(tests ${SOURCE_FILES})
add_executable(tests ${SOURCE_FILES})
File renamed without changes.

0 comments on commit 0c84c4c

Please sign in to comment.