Skip to content

Commit

Permalink
Fix big endian stage, only run modern tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Nov 23, 2023
1 parent b30d570 commit 2b54f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
sudo apt-get -qq install gcc-multilib-mips-linux-gnu gcc-mips-linux-gnu qemu-user g++-mips-linux-gnu
- name: Run big endian tests
run: make test-c
run: make test-c-modern
env:
CC: mips-linux-gnu-gcc
CXX: mips-linux-gnu-g++
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ test-c:
$(MAKE) do-all-tests
$(call announce-end,"Finished running C tests")

test-c-v4:
test-c-modern:
$(call announce-begin,"Running C tests")
cd $(SWIFTNAV_ROOT)/c; \
mkdir -p build/ && cd build/; \
Expand Down

0 comments on commit 2b54f61

Please sign in to comment.