summaryrefslogtreecommitdiff
path: root/examples/Misc
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 21:11:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 21:11:42 +0000
commit7246bc25ef87fee64e42df48af5574eb3802e3d1 (patch)
tree124a02a122c6e1ed7706b5c19183b1cd571201e8 /examples/Misc
parent50d02e44cdb072d2d858028ead8f1d6bfbe5aec6 (diff)
downloadATCD-7246bc25ef87fee64e42df48af5574eb3802e3d1.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Misc')
-rw-r--r--examples/Misc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/Misc/Makefile b/examples/Misc/Makefile
index 91eef0973aa..85130522aab 100644
--- a/examples/Misc/Makefile
+++ b/examples/Misc/Makefile
@@ -14,9 +14,11 @@ BIN = test_dump \
test_read_buffer \
test_set \
test_sstring \
- test_trace \
- test_XtReactor1 \
- test_XtReactor2
+ test_trace
+
+# Uncomment the following if you want to test out the XtReactor.
+# test_XtReactor1 \
+# test_XtReactor2
LSRC = $(addsuffix .cpp,$(BIN))