-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests: Unittests don't build #8910
Copy link
Copy link
Closed
Labels
Area: build systemArea: Build systemArea: Build systemArea: testsArea: tests and testing frameworkArea: tests and testing frameworkType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Milestone
Description
Description
Unittests don't build in current master.
Quick bisect we did with @miri64 points to #8844 as introducing this problem.
Steps to reproduce the issue
cd tests/unittests
make
or
make tests-<module>
Expected results
It should build.
Actual results
It does not build. Sample error:
make: *** No rule to make target '/home/vagrant/RIOT/tests/unittests/bin/samr21-xpro/tests-tweetnacl.a', needed by '/home/vagrant/RIOT/tests/unittests/bin/samr21-xpro/tests_unittests.elf'. Stop.
Versions
Issue detected on Linux and OS X
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: build systemArea: Build systemArea: Build systemArea: testsArea: tests and testing frameworkArea: tests and testing frameworkType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)