working commit
This commit is contained in:
+12
-3
@@ -19,7 +19,8 @@ helmetd_SOURCES = helmetd.cpp \
|
||||
noinst_PROGRAMS = \
|
||||
udpclient_test \
|
||||
service_test \
|
||||
tunclient_test
|
||||
tunclient_test \
|
||||
message_test
|
||||
|
||||
tunclient_test_SOURCES = tunclient_test.cpp \
|
||||
tunclient.cpp tunclient.hpp \
|
||||
@@ -37,12 +38,20 @@ udpclient_test_SOURCES = \
|
||||
udpclient.cpp udpclient.hpp \
|
||||
udpclient_test.cpp
|
||||
|
||||
test: tunclient_test
|
||||
./tunclient_test
|
||||
message_test_SOURCES = message_test.cpp \
|
||||
hello.pb.cc hello.pb.h
|
||||
|
||||
|
||||
test: message_test
|
||||
./message_test
|
||||
|
||||
run: helmetd
|
||||
./helmetd
|
||||
|
||||
proto:
|
||||
$(PROTOC) --cpp_out=. hello.proto
|
||||
|
||||
|
||||
hello.pb.cc hello.pb.h: hello.proto
|
||||
$(PROTOC) --cpp_out=. hello.proto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user