Changeset 1043


Ignore:
Timestamp:
Oct 31, 2011, 9:19:15 AM (11 years ago)
Author:
sam
Message:

test: start writing tutorials and other shit.

Location:
trunk
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r1011 r1043  
    5757monsterz/monsterz
    5858test/testsuite
     59test/tutorial/tut01
     60test/tutorial/tut02
    5961test/benchsuite
    6062test/quad
     
    6365test/math/poly
    6466test/math/remez
     67test/xolotl/xolotl
    6568tools/make-font
    6669# Our data
  • trunk/configure.ac

    r1036 r1043  
    328328  test/Makefile
    329329  test/math/Makefile
     330  test/tutorial/Makefile
     331  test/xolotl/Makefile
    330332  gfx/Makefile
    331333  gfx/font/Makefile
  • trunk/test/Makefile.am

    r984 r1043  
    11
    2 SUBDIRS = math
     2SUBDIRS = math tutorial xolotl
    33
    44AM_CPPFLAGS = -I$(top_srcdir)/src
Note: See TracChangeset for help on using the changeset viewer.