Update the c26.0.1.cc test case to include recently added headers.

Also, change all the header names to lower case.
This commit is contained in:
Stephen Heumann 2021-01-26 17:47:33 -06:00
parent 110d9995f4
commit 5dbe632f33

View File

@ -1,57 +1,63 @@
/* Conformance Test 26.0.1: Ensure can include all library header files */ /* Conformance Test 26.0.1: Ensure can include all library header files */
/* without conflicts */ /* without conflicts */
#include <ACE.H> #include <ace.h>
#include <ADB.H> #include <adb.h>
#include <ASSERT.H> #include <assert.h>
#include <CONTROL.H> #include <control.h>
#include <CTYPE.H> #include <ctype.h>
#include <DESK.H> #include <desk.h>
#include <DIALOG.H> #include <dialog.h>
#include <ERRNO.H> #include <errno.h>
#include <EVENT.H> #include <event.h>
#include <FONT.H> #include <font.h>
#include <GSOS.H> #include <gsos.h>
#include <INTMATH.H> #include <intmath.h>
#include <LIMITS.H> #include <inttypes.h>
#include <LINEEDIT.H> #include <iso646.h>
#include <LIST.H> #include <limits.h>
#include <LOADER.H> #include <lineedit.h>
#include <LOCATOR.H> #include <list.h>
#include <MATH.H> #include <loader.h>
#include <MEMORY.H> #include <locator.h>
#include <MENU.H> #include <math.h>
#include <MIDI.H> #include <memory.h>
#include <MISCTOOL.H> #include <menu.h>
#include <NOTESEQ.H> #include <midi.h>
#include <NOTESYN.H> #include <misctool.h>
#include <ORCA.H> #include <noteseq.h>
#include <PRINT.H> #include <notesyn.h>
#include <PRODOS.H> #include <orca.h>
#include <QDAUX.H> #include <print.h>
#include <QUICKDRAW.H> #include <prodos.h>
#include <SCHEDULER.H> #include <qdaux.h>
#include <SCRAP.H> #include <quickdraw.h>
#include <SETJMP.H> #include <scheduler.h>
#include <SHELL.H> #include <scrap.h>
#include <SOUND.H> #include <setjmp.h>
#include <STDARG.H> #include <shell.h>
#include <STDDEF.H> #include <sound.h>
#include <STDFILE.H> #include <stdalign.h>
#include <STDIO.H> #include <stdarg.h>
#include <STDLIB.H> #include <stdbool.h>
#include <STRING.H> #include <stddef.h>
#include <TEXTTOOL.H> #include <stdfile.h>
#include <TIME.H> #include <stdint.h>
#include <TYPES.H> #include <stdio.h>
#include <WINDOW.H> #include <stdlib.h>
#include <FLOAT.H> #include <stdnoreturn.h>
#include <FCNTL.H> #include <string.h>
#include <SIGNAL.H> #include <texttool.h>
#include <APPLESHARE.H> #include <time.h>
#include <RESOURCES.H> #include <types.h>
#include <TEXTEDIT.H> #include <window.h>
#include <VIDEO.H> #include <float.h>
#include <fcntl.h>
#include <signal.h>
#include <appleshare.h>
#include <resources.h>
#include <textedit.h>
#include <video.h>
main () main ()
{ {