<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/tests/tests.mk, branch master</title>
<subtitle>ACTIVE - Kernel with migrating threads as IPC</subtitle>
<id>https://metanimi.dy.fi/cgit/kmi/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/kmi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/'/>
<updated>2024-07-17T19:17:16Z</updated>
<entry>
<title>remove tests.mk</title>
<updated>2024-07-17T19:17:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-17T19:17:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=f952391ee86f42d7606b2d3791931aba746a7aca'/>
<id>urn:sha1:f952391ee86f42d7606b2d3791931aba746a7aca</id>
<content type='text'>
+ Accidentally included, should really be more observant
</content>
</entry>
<entry>
<title>make tests a bit more sensible</title>
<updated>2024-07-17T19:02:47Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-17T19:02:47Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=1a0d61b33c2365cf413bf584289058d0d9097377'/>
<id>urn:sha1:1a0d61b33c2365cf413bf584289058d0d9097377</id>
<content type='text'>
+ At least by my standards. Some amount of scripting going on, but
  should still be fine.

  Effectively, source.mk contains information to build the test,
  check.mk checks the generated log from running the test. As a results,
  check.mk should output OK into reports/$TEST/OK if everything went
  well, and anything else otherwise. The user can then look at
  reports/$TEST/log to see what went wrong.

  I expect to add some more features, such as starting QEMU with gdb and
  running a single test a bit easier than right now (same limitation as
  in the top level makefile, i.e. you have to specify

	make -f scripts/makefile $TEST

  from within `tests` and you must have ran `make check` at that point
  so that `tests.mk` is fully generated. Not huge issues, but slightly
  annoying, somewhat unsure how to work around them properly but we'll
  see.
</content>
</entry>
</feed>
