Skip to content
Snippets Groups Projects
Commit 7ebf9f87 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Move sizes to test

parent 2c648c1f
No related merge requests found
......@@ -15,7 +15,7 @@ GOALS =
CPLUSPLUS =
TRANSPORT = transport/lm32.c
else
GOALS = demo/sizes demo/eb-read demo/eb-write demo/eb-load demo/eb-snoop test/loopback
GOALS = demo/eb-read demo/eb-write demo/eb-load demo/eb-snoop test/sizes test/loopback
CPLUSPLUS = glue/cplusplus.cpp
TRANSPORT = transport/posix-ip.c \
transport/posix-udp.c \
......@@ -73,6 +73,9 @@ etherbone.dll: $(OBJECTS)
demo/%: demo/%.c $(LIBRARY)
$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
test/%: test/%.c $(LIBRARY)
$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
test/%: test/%.cpp $(LIBRARY)
$(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS)
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment