test: add end-to-end integration across dash/bash/zsh

This commit is contained in:
2026-08-29 01:10:28 -04:00
parent 22e22f2575
commit b94a540673
7 changed files with 573 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
* demo.h - fixture header, included by main.c and demo.c.
*/
#ifndef HELLOTHREADS_DEMO_H
#define HELLOTHREADS_DEMO_H
int demo_compute(int x);
#endif /* HELLOTHREADS_DEMO_H */