Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Nov 10, 2023
1 parent 93f5148 commit 9cc3715
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 64 deletions.
8 changes: 0 additions & 8 deletions BUILD

This file was deleted.

7 changes: 0 additions & 7 deletions INSTALL

This file was deleted.

10 changes: 0 additions & 10 deletions NEVER_RUN

This file was deleted.

26 changes: 0 additions & 26 deletions RUN

This file was deleted.

16 changes: 3 additions & 13 deletions RUN_DYNAMICBINVAL
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
#!/usr/bin/env fish

# Set the directory paths for the project and its includes
set build_dir (pwd)"/build/tests"
set include_dir (pwd)"/include"
set external_dir (pwd)"/external"
set tests_dir (pwd)"/tests/cpp"

true

for line in (cat .env)
set -x (echo $line | cut -d '=' -f 1) (echo $line | cut -d '=' -f 2-)
end
# set -u IOH_RESOURCES

# and ipython3 tests/python/test_cec_functions.py

# The following line puts the debug log file and the binval executable file
# under the build/ tree.
cd $build_dir

and rm -f ./cec_test_log.txt ./cec_training_log.txt

true
and cd $build_dir
and rm -f ./test.log
and c++ -Wall -Wextra -pedantic -std=c++17 -lstdc++fs \
-I$include_dir \
-I$tests_dir \
Expand All @@ -32,5 +23,4 @@ and c++ -Wall -Wextra -pedantic -std=c++17 -lstdc++fs \
$tests_dir/problem/binval.cpp \
-o binval \
$build_dir/../lib/libgtest.a -lpthread

and ./binval

0 comments on commit 9cc3715

Please sign in to comment.