mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ed2ae85985
This test "application" contains a set of unit tests for the feature resolution of RIOT's build system.
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
make --silent -C "$(dirname "$0")"/../../../makefiles/tests/feature_resolution
|