Add unit tests for stealth and sleight of hand

This commit is contained in:
kinther 2025-12-25 08:54:28 -08:00
parent 448cb1f7a9
commit fbbc63b02b
4 changed files with 219 additions and 2 deletions

View file

@ -106,4 +106,4 @@ $(SIMS_BIN): $(SIMS_OBJS) $(SIM_LINK_OBJS) | $(BINDIR)
$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(LIBS) -lm
$(SIMS_DIR)/sim_5e.o: $(SIMS_SRC)
$(CC) $(CFLAGS) -I. -c -o $@ $<
$(CC) $(CFLAGS) -I. -c -o $@ $<