File: UnitTest.sh

package info (click to toggle)
cpptraj 5.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 138,900 kB
  • sloc: cpp: 145,621; ansic: 34,635; sh: 11,365; f90: 971; makefile: 770; awk: 242
file content (13 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

. ../UnitMaster.sh

CleanFiles Makefile main.o ArgList.o a.out CpptrajStdio.o StringRoutines.o

UNITSOURCES='ArgList.cpp CpptrajStdio.cpp StringRoutines.cpp'

CreateMakefile

RunMake "ArgList class unit test."

EndTest