Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-14 18:29:04 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-14 18:29:04 +0300
commit837ec2f9d804808dbe31a72299b8a6f956823021 (patch)
tree11020413b861d11cbc43a7303256453197082b27 /test
parentd522d4793e077ea2b6fc06c01a7fd7a81e8464e0 (diff)
Use TracyClient.cpp in test program.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile
index bad03eb9..7930082f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -7,10 +7,7 @@ IMAGE := tracy_test
SRC := \
test.cpp \
- ../client/TracyProfiler.cpp \
- ../common/tracy_lz4.cpp \
- ../common/TracySocket.cpp \
- ../common/TracySystem.cpp
+ ../TracyClient.cpp
OBJ := $(SRC:%.cpp=%.o)