Skip to content

Commit

Permalink
Fix up broken test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed May 25, 2024
1 parent b1f4b1d commit 6cfce39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ lib/libnovas.a: $(OBJECTS) | lib

# CIO locator data
.PHONY: cio_ra.bin
cio_ra.bin: bin/cio_file lib/novas.a data/CIO_RA.TXT
cio_ra.bin: bin/cio_file lib/libnovas.a data/CIO_RA.TXT
bin/cio_file data/CIO_RA.TXT $@

.INTERMEDIATE: bin/cio_file
Expand Down
5 changes: 3 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
include ../config.mk

CIO_LOCATOR_FILE := "cio_ra.bin"
DEFAULT_SOLSYS := 0

CFLAGS = -I../include -O0 -g -pg -fprofile-arcs -ftest-coverage
LDFLAGS += -fprofile-arcs -ftest-coverage -lm

CFLAGS += -DDEFAULT_SOLSYS=0 -DDEFAULT_CIO_LOCATOR_FILE=\"cio_ra.bin\"

#OBJECTS := $(subst obj/,,$(OBJECTS))
OBJECTS := novas.o nutation.o solsys3.o

Expand Down

0 comments on commit 6cfce39

Please sign in to comment.