summaryrefslogtreecommitdiffstats
path: root/third_party/rust/audio_thread_priority/Makefile
blob: 9a0e1c7af72eae04245a4991ddc8718ae64bb3e8 (plain)
1
2
3
4
5
6
7
8
all: target/debug/libaudio_thread_priority.a
	g++ atp_test.cpp target/debug/libaudio_thread_priority.a -I. -lpthread -ldbus-1 -ldl -g -o atp_test

check:
	@./atp_test && echo "test passed" || echo "test failed"

target/debug/libaudio_thread_priority.a:
	cargo build