File: deck_test.c

package info (click to toggle)
tty-solitaire 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 672 kB
  • sloc: ansic: 2,404; makefile: 56
file content (7 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
#include <assert.h>
#include <stdbool.h>
#include "../src/deck.h"

void test_deck() {
  assert(true);
}