Skip to content

Commit

Permalink
remove merge conflict remains from tests/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Eiling <[email protected]>
  • Loading branch information
n-eiling committed Dec 30, 2023
1 parent f4be8a4 commit aa4bf25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,8 @@ bin: cpu test_apps
mkdir -p bin
cp cpu/unit/*.test bin
cp test_apps/*.testapp bin
<<<<<<< HEAD
ifndef NOSAMPLES
cp samples/samples-bin/*.sample bin
=======
cp samples/matrixMul/matrixMul bin
cp samples/bandwidthTest/bandwidthTest bin
ifneq (,$(test -f "samples/nbody/nbody"))
cp samples/nbody/nbody bin
>>>>>>> 20e4cae (Only copy nbody if it was compiled.)
endif

clean:
Expand Down

0 comments on commit aa4bf25

Please sign in to comment.