We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e503d commit f10fe9fCopy full SHA for f10fe9f
.github/workflows/c.yaml
@@ -126,7 +126,7 @@ jobs:
126
sudo apt-get -qq install gcc-multilib-mips-linux-gnu gcc-mips-linux-gnu qemu-user g++-mips-linux-gnu
127
128
- name: Run big endian tests
129
- run: make test-c
+ run: make test-c-modern
130
env:
131
CC: mips-linux-gnu-gcc
132
CXX: mips-linux-gnu-g++
Makefile
@@ -382,7 +382,7 @@ test-c:
382
$(MAKE) do-all-tests
383
$(call announce-end,"Finished running C tests")
384
385
-test-c-v4:
+test-c-modern:
386
$(call announce-begin,"Running C tests")
387
cd $(SWIFTNAV_ROOT)/c; \
388
mkdir -p build/ && cd build/; \
0 commit comments