Skip to content

Commit

Permalink
Move single file from tests to test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Shannon Noe committed Feb 9, 2018
1 parent 7995997 commit 6687834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COMMONmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ $(MODULE_PATH)/build/Makefile: $(MODULE_PATH)/CMakeLists.txt
clean:
rm -rf build build_xcode modules/example_functions/build

test_tcl: all
/usr/bin/env LD_LIBRARY_PATH=./build TCLLIBPATH=./modules/example_functions/build tclsh tests/cpptcl_module_one.tcl
test_extension: all
/usr/bin/env LD_LIBRARY_PATH=./build TCLLIBPATH=./modules/example_functions/build tclsh test/cpptcl_module_one.tcl

format:
find . -name \*.h -o -name \*.cc | xargs clang-format-4.0 -style=file -i
Expand Down
File renamed without changes.

0 comments on commit 6687834

Please sign in to comment.