mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 00:12:18 +00:00
This commit contains all the relevant project structure to build the osmo-hnodeb binary, its doc, tests, packaging, etc. The osmo-hnodeb binary itself is still just an empty main(). Related: SYS#5516 Change-Id: I6ae3215ae4b956689d2adc88db7c3ead5df14f37
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
AT_INIT
|
|
AT_BANNER([Regression tests.])
|
|
|
|
#AT_SETUP([foobar])
|
|
#AT_KEYWORDS([foobar])
|
|
#cat $abs_srcdir/foobar/foobar_test.ok > expout
|
|
#AT_CHECK([$abs_top_builddir/tests/foobar/foobar_test], [], [expout], [ignore])
|
|
#AT_CLEANUP
|