blob: 55099426e7b4425722044ea8b86e8920c13cc087 [file] [log] [blame]
OBJS=test.o test_exception.o test_guard.o test_typeinfo.o
cxxrttest: $(OBJS)
$(CXX) -nodefaultlibs $(CXXFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
check: cxxrttest
./cxxrttest